home *** CD-ROM | disk | FTP | other *** search
- global gp_storynum, gplayall
-
- on exitFrame
- global exittime
- if ticks() > exittime then
- go(marker(1))
- end if
- playsound(4)
- animebutton3(3, "Quit,1", "Quit,2")
- animebutton3(4, "Config,1", "Config,2")
- mouseonsp2(5, "Return,U", "Return")
- mouseonsp2(6, "P1,U", "P1")
- mouseonsp2(7, "P2,U", "P2")
- mouseonsp2(8, "P3,U", "P3")
- mouseonsp2(15, "Profile1,U", "Profile1")
- mouseonsp2(16, "Profile2,U", "Profile2")
- mouseonsp2(17, "Profile3,U", "Profile3")
- if gplayall <> 1 then
- animebutton3(9, "PlayAll,1", "PlayAll,3")
- end if
- if gp_storynum <> 0 then
- animebutton3(10, "Zoom,1", "Zoom,2")
- end if
- go(the frame)
- end
-